projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5d00e
)
Ed Reingold <reingold at emr.cs.iit.edu>
author
Glenn Morris
<rgm@gnu.org>
Sun, 25 May 2008 20:08:31 +0000
(20:08 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 25 May 2008 20:08:31 +0000
(20:08 +0000)
(diary-hebrew-yahrzeit): Use diary-ordinal-suffix.
lisp/calendar/cal-hebrew.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-hebrew.el
b/lisp/calendar/cal-hebrew.el
index 78cce12ecc327f3ea04380c42c72d2d9c0517bff..e86825a85843397270d43aa15b979fc1cf117b79 100644
(file)
--- a/
lisp/calendar/cal-hebrew.el
+++ b/
lisp/calendar/cal-hebrew.el
@@
-953,10
+953,7
@@
use when highlighting the day in the calendar."
entry
(if (= y d) "" " (evening)")
diff
- (cond ((= (% diff 10) 1) "st")
- ((= (% diff 10) 2) "nd")
- ((= (% diff 10) 3) "rd")
- (t "th")))))))
+ (diary-ordinal-suffix diff))))))
(defun diary-rosh-hodesh (&optional mark)
"Rosh Hodesh diary entry.